home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 17 < prev    next >
Internet Message Format  |  1994-08-27  |  913b

  1. Date: Sun, 17 Jan 93 15:41:40 -0800
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <9301172341.AA13143@netcom.netcom.com>
  4. To: julian@GINA.UNI-MUENSTER.DE, mint@terminator.rs.itd.umich.edu
  5. Subject: Re:  libraries
  6.  
  7. I definitely agree that we need a set of standard include files with
  8. common prototypes and common structure definitions which all libraries
  9. can use for TOS/MiNT functions. So I'll second your motion, except that
  10. putting such files in a subdirectory would cause problems with compatibility
  11. (gcc needs #include <foo/bar.h> while some other compilers need
  12. #include <foo\bar.h>, and still others might want #include <foo\\bar.h>).
  13.  
  14. Oh, I'll also second Julian's suggestion that the souce should continue
  15. to have CR/LF as line terminators. Many TOS tools don't grok just plain
  16. LF, and this includes some of the target compilers! (I think Sozobon and
  17. PureC have trouble with Unix style files).
  18.  
  19. Eric
  20.